home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000216_news@watsun.cc.columbia.edu _Sat Feb 13 10:55:40 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA03868
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 13 Feb 1999 10:55:40 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA26399
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 13 Feb 1999 10:27:35 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Errors compiling kermit 6.0.192 on Linux 2.2.1
  11. Date: 13 Feb 1999 15:27:33 GMT
  12. Organization: Columbia University
  13. Message-ID: <7a45l5$pot$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <36c541d0.0@calwebnnrp>, Ilya  <ilya_NOSPAM_@web1.calweb.com> wrote:
  17. : Trying to compile kermit 6.0.192 on Linux 2.2.1. 
  18. : Getting the following error:
  19. : make linux
  20. : ....
  21. : kutio.c: In function `ttsspd':
  22. : ckutio.c:4679: `TIOCGSERIAL' undeclared (first use this function)
  23. : ckutio.c:4679: (Each undeclared identifier is reported only once
  24. : ckutio.c:4679: for each function it appears in.)
  25. : ckutio.c:4685: `TIOCSSERIAL' undeclared (first use this function)
  26. : ckutio.c: In function `ttgspd':
  27. : ckutio.c:4833: `TIOCGSERIAL' undeclared (first use this function)
  28. : ckutio.c: In function `in_chk':
  29. : ckutio.c:6092: warning:
  30. :   passing arg 3 of `select' from incompatible pointer type
  31. : ckutio.c:6092: warning:
  32. :   passing arg 4 of `select' from incompatible pointer type
  33. : make[1]: *** [ckutio.o] Error 1
  34. : make[1]: Leaving directory `/usr/local/bin/kermit'
  35. : make: *** [linux] Error 2
  36. : Any ideas?
  37. :
  38. This is our most frequently asked question in recent weeks.  Answer: Linux
  39. has changed significantly since C-Kermit 6.0 was released.  Of course we
  40. have adapted, but this requires you try a newer version of C-Kermit:
  41.  
  42.   http://www.columbia.edu/kermit/ck70.html
  43.  
  44. - Frank